home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / MLv1.30 / MacLayers 1.30 Manual / MacLayers 1.30 Manual.rsrc / TEXT_130.txt < prev    next >
Text File  |  1993-05-18  |  2KB  |  31 lines

  1.  
  2.                                 MacLayers Installation
  3.  
  4. The MacLayers application requires no special folders and can reside on any volume accessible by the Macintosh. It is recommended that System 7 users install the MacLayers keyboard layout file into their System to obtain proper keyboard control. (Do this by dragging the MacLayers Keyboard layout file onto the top of the System file in the System folder, or double-click the System file and move it into the System file window.)
  5.  
  6. The UNIX host component of MacLayers (hereafter referred to as layers) should be built using the supplied makefile and can reside in either system-wide available directories or user private directories.
  7.  
  8. To install, uncompress (if necessary) the UNIX side archive and edit any mail headers that may have been prepended. Then, extract the UNIX side with the command:
  9.  
  10.            % sh layers130.shar
  11.  
  12. A new directory 1.30 will be created containing the v1.30 distribution of the MacLayers UNIX side. Change to this directory and issue the command:
  13.  
  14.            % make
  15.  
  16. and you will be presented with a list of supported platforms with instructions for compiling on each. For example, to compile the UNIX side under Apple A/UX, the instructions tell you to run the command:
  17.  
  18.            % make aux
  19.  
  20. Issuing the proper make command for your host will create four executables:
  21.  
  22.                           layers
  23.                           layertitle
  24.                           layersize
  25.                           macbput
  26.  
  27. Although it is possible to install and use layers with little or no knowledge of UNIX, you should seek a local UNIX expert (such as your system administrator) if you do run into problems.
  28.  
  29. Note: The layers utility does not have to run setuid but doing so avoids potential security holes and logon problems. See  the makefile for installation details.  The easiest approach is to build using the makefile and then manually move the executables to some directory in your path (as described above).
  30.  
  31.